@charset "utf-8";
/* CSS Document */




/*滚动*/
.Dycpcont {
	height: 238px;
	position: relative;
	margin-top: 23px;
}
.Dycpcont .slidercp {
	overflow: hidden;
}
.Dycpcont ul {
	overflow: hidden;
	width: 1020px;
}
.Dycpcont ul li {
	float: left;
	width: 260px;
	height:320px;
	margin-right: 19px;
	overflow: hidden;
	text-align: center;
	position:relative;
	background:#fff;
	padding:5px;
}
.Dycpcont ul li img {
	display: block;
	position:absolute;
	
}
.Dycpcont ul li dl dt{width:260px;height:216px;overflow:hidden;}
.Dycpcont ul li dl dt img{width:260px;height:216px; transition:all 0.5s;overflow:hidden}
.Dycpcont ul li dl dt img:hover{transform-origin:center center; transform:scale(1.02,1.02)}
.Dycpcont ul li dl dd{padding-top:27px;}
.Dycpcont ul li dl dd h1{font-size:18px;}
.Dycpcont ul li dl dd h2{font-size:12px;color:#767676;text-transform:uppercase;padding-top:6px;}

.Dycpcont .bnt {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 140px;
}
.Dycpcont .prev {
	background: url("../images/ocprev.png") no-repeat;
	left: 0;
}
.Dycpcont .next {
	background: url("../images/ocnext.png") no-repeat;
	right: 0;
}
.Dycpcont .prev:hover {
	background: url("../images/ocprev_h.png") no-repeat;
}
.Dycpcont .next:hover {
	background: url("../images/ocnext_h.png") no-repeat;
}

